home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / data / powerbas / Update < prev    next >
Text File  |  1996-01-28  |  7KB  |  126 lines

  1. Powerbase Update
  2. ================
  3. Apart from bug-fixes, the following changes have been made since v.6.60 for
  4. which the printed manual was written
  5.  
  6. v.6.70 - Sep 14, 1995
  7. =====================
  8.  
  9. Record design
  10. -------------
  11. The field creation dialogue box now has a new menu button which displays a
  12. menu of the defined fields. The data for a field chosen from this menu is
  13. displayed in the dialogue box just as if you had clicked MENU over the
  14. field. There is also a 'Fit' button which adjusts the width of a field icon
  15. to fit the defined data length.
  16.  
  17. CSV export/import 
  18. -----------------
  19. CSV files can now be exported with the record number as the first item on
  20. every line. This feature was added to meet a specific requirement of mine,
  21. namely to be able to have several people updating records from the same
  22. database on different machines and then combine all the edited data into one
  23. copy of the database. Others may have similar requirements but the feature
  24. must be used with great care. It resembles the existing feature whereby you
  25. can export a CSV file with the primary key at the start of each line. On
  26. import the latter looks up the key and, if found, loads and modifies the
  27. record. If not found it creates a new record as in a normal CSV import. The
  28. new feature loads and modifies the record whose number appears in the CSV
  29. record. Since the two features should not be used together they are selected
  30. by a pair of radio buttons on the CSV options window.
  31.  
  32. Searching for records
  33. ---------------------
  34. The index to be searched may be changed, using a pair of "bump" icons
  35. WITHOUT changing the currently selected key as determined by the keypad
  36. buttons. If you find the preceding sentence unclear try the following:-
  37.  
  38.   (a) Load !Elements and use the "key" button(s) on the keypad to make
  39.       Atomic number the active key. (Its descriptor should turn red.)
  40.   (b) Click the Search button and use the bump icons to make Search box show
  41.       "in PrimaryKey index".
  42.   (c) Enter SULP and type <Return>. The record for SULPHUR, element 16, will
  43.       be displayed.
  44.   (d) Click the "next record" arrow button on the keypad. The record which
  45.       comes up will be that for element 17, CHLORINE. i.e. the current key
  46.       is still the Atomic number, even though you performed the search on
  47.       the primary key.
  48.  
  49. Selecting fields for printing
  50. -----------------------------
  51. You may select a range of contiguous fields by clicking with SELECT to place
  52. the caret in the first field, then double-clicking with ADJUST in the last
  53. field. A switch has been added to the Print window to include the current key
  54. of each printed record in a report.
  55.  
  56. Formula entry for calculated/composite fields
  57. --------------------------------------------- 
  58. The dialogue box for this is now of the "persistent" type, rather than a
  59. leaf of a menu tree. It is therefore possible to enter tags into the formula
  60. by clicking SELECT on the relevant field while holding Ctrl down. (Earlier
  61. documentation stated, erroneously, that this was possible.) The tag, both
  62. here and in the query panel, is now inserted at the caret instead of always
  63. at the right-hand end of ths string as previously.
  64.  
  65. Abandon database
  66. ----------------
  67. This menu choice has been removed. It confused many users and could, under
  68. some circumstances, lead to a database containing records which did not
  69. correspond to their keys. The situation now is that closing a database
  70. (either with Close database or Quit) causes no writing back to the database
  71. unless a change has been made, in which case write-back is automatic as
  72. before. An asterisk appears in the title bar when the database is altered
  73. but this is for information only since the user need do nothing to ensure
  74. that the disc is updated. Clicking on Force update does exactly the same
  75. writing to the disc as closing the database so, if you use this button when
  76. the asterisk is showing, the asterisk will disappear again.
  77.  
  78. Key structure
  79. -------------
  80. The Case sensitive and Pad with spaces buttons now work as they should. A
  81. further option switch has been added to allow you to skip nulls when
  82. creating an index. The switch is greyed out when creating the Primary key
  83. since nulls aren't allowed there anyway. Note that using this option will
  84. mean that the Info window off the main menu could show different numbers of
  85. records when different keys are selected.
  86.  
  87. The structure of the current key can be displayed with Ctrl K.
  88.  
  89. Fast forward/rewind
  90. -------------------
  91. Once started this used to continue - uselessly - after closing the record
  92. window. It now stops when you do that.
  93.  
  94. Print selections
  95. ----------------
  96. These, when saved, now include the settings in the Numeric fields box.
  97.  
  98. Indices directory
  99. -----------------
  100. The Indices directory of an open database can be displayed with Ctrl I.
  101.  
  102. Sequence numbers
  103. ----------------
  104. Problems have been reported of sequence numbers not working as expected
  105. during CSV-import and database-merging. A new option switch has now been
  106. added to each of the relevant dialogue boxes allowing the user to either
  107. accept the sequence numbers already in the imported records or to assign new
  108. ones according to the field's current sequence counter.
  109.  
  110. Old search formula
  111. ------------------
  112. Ctrl O will retrieve the last-used search formula whenever the Query panel
  113. is visible. If the Query panel is NOT visible the usual effect of Ctrl O
  114. will be to open the Print window with the last search formula displayed. If,
  115. however, a filter is in force and the Filter window has been closed the
  116. latter will be re-opened with the search formula displayed.
  117.  
  118. This is a small increase in functionality but one which will, we believe, be
  119. appreciated by many users.
  120.  
  121. v. 6.90 - Jan 28, 1996
  122. ======================
  123. This is a substantially cleaned-up version, many bugs (major and minor) having been eliminated. A particularly nasty example was the way a new record would occasionally be assigned the number of an existing record, overwriting the latter. This resulted from deleting one or more records (DELETING, not simply MOVING to another subfile) and then rebuilding the primary key before enough new records had been entered to replace all the deleted ones. Users will be very glad to see the end of this one!
  124.  
  125. A change to the way colours are assigned to selected and unselected primary and secondary keys means that the 'Colours' file of old databases is no longer valid and that a new file called 'Cols' is needed instead. v. 6.90 will do the file replacement for you but you might have to reset some or all of the colours from the Colours dialogue box if you aren't using the defaults.
  126.